Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.agenda.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.agenda.theme">

  <require>org.nuxeo.theme.nuxeo.default</require>

  <extension target="org.nuxeo.theme.services.ThemeService" point="resources">
    <resource name="gadget-agenda.css">
      <path>css/opensocial/gadgets/gadget-common.css</path>
    </resource>
    <resource name="gadget-agenda.css">
      <path>css/opensocial/gadgets/agenda.css</path>
    </resource>
    <resource name="fullcalendar.css">
      <path>css/fullcalendar.css</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.timepicker.addon.css">
    	<path>css/jquery-ui-timepicker-addon.css</path>
    </resource>

    <resource name="gadget-agenda.js">
      <path>scripts/opensocial/gadgets/agenda.js</path>
    </resource>
    <resource name="fullcalendar.js">
      <path>scripts/fullcalendar.min.js</path>
    </resource>
    <resource name="fullcalendar.lang.js">
      <path>scripts/fullcalendar.lang.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.js">
      <path>scripts/jquery-ui-1.8.19.fullcalendar.min.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.timepicker.addon.js">
      <path>scripts/jquery-ui-timepicker-addon.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.lang.js">
      <path>scripts/jquery-ui-1.8.19.fullcalendar.lang.js</path>
    </resource>
  </extension>
</component>